home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / getpagesize.0 < prev    next >
Text File  |  1996-09-02  |  851b  |  27 lines

  1.  
  2. GETPAGESIZE(3)             UNIX Programmer's Manual             GETPAGESIZE(3)
  3.  
  4. NNAAMMEE
  5.      ggeettppaaggeessiizzee - get system page size
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<uunniissttdd..hh>>
  9.  
  10.      _i_n_t
  11.      ggeettppaaggeessiizzee(_v_o_i_d)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      GGeettppaaggeessiizzee() returns the number of bytes in a page.  Page granularity is
  15.      the granularity of many of the memory management calls.
  16.  
  17.      The page size is a system page size and may not be the same as the under-
  18.      lying hardware page size.
  19.  
  20. SSEEEE AALLSSOO
  21.      sbrk(2),  pagesize(1)
  22.  
  23. HHIISSTTOORRYY
  24.      The ggeettppaaggeessiizzee function call appeared in 4.2BSD.
  25.  
  26. 4.2 Berkeley Distribution        June 4, 1993                                1
  27.